-- card: 2210 from stack: in -- bmap block id: 2537 -- flags: 0000 -- background id: 2649 -- name: covercard -- part 1 (button) -- low flags: 00 -- high flags: A000 -- rect: left=0 top=225 right=284 bottom=272 -- title width / last selected line: 0 -- icon id / first selected line: 14767 / 14767 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About In/Out Demo ----- HyperTalk script ----- on mouseUp go to card "credits" end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: A000 -- rect: left=271 top=225 right=284 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 5472 / 5472 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Start In/Out Demo ----- HyperTalk script ----- on mouseUp go to card SLBnames end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=0 right=226 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to card "SLBnames" end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=380 top=306 right=335 bottom=425 -- title width / last selected line: 0 -- icon id / first selected line: 2442 / 2442 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp set lockscreen to true go to card "Help" show bg field "Text1" hide card button "OK" unlock screen with visual effect dissolve end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=424 top=308 right=333 bottom=468 -- title width / last selected line: 0 -- icon id / first selected line: 10668 / 10668 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp global IOExit visual effect dissolve to black visual effect dissolve go to IOExit end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=467 top=305 right=334 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 9632 / 9632 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp answer "Quit to Home or Finder?" with "Cancel" or "Home" or "Finder" if it = "Cancel" then exit mouseUp end if if it = "Home" then visual effect iris open domenu home else show menubar doMenu "Quit HyperCard" end if end mouseUp -- part 8 (field) -- low flags: 81 -- high flags: 0007 -- rect: left=120 top=4 right=225 bottom=507 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 14 -- text size: 12 -- style flags: 0 -- line height: 17 -- part name: HelpText ----- HyperTalk script ----- on mouseUp global FrontField put "FS" into FrontField set lockscreen to true -- set the scroll of background field "text1" to 0 set the scroll of card field "HelpText" to 0 hide card field "HelpText" -- show background field "text1" hide card button "boils" unlock screen with visual effect dissolve end mouseUp -- part 10 (button) -- low flags: 80 -- high flags: 0002 -- rect: left=0 top=225 right=284 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: boils